go/types.ctxtEntry.instance (field)
7 uses
go/types (current package)
context.go#L31: instance Type // = orig[targs]
context.go#L73: return e.instance
context.go#L77: panic(fmt.Sprintf("non-identical instances: (orig: %s, targs: %v) and %s", orig, targs, e.instance))
context.go#L95: if inst == nil || Identical(inst, e.instance) {
context.go#L96: return e.instance
context.go#L100: panic(fmt.Sprintf("%s and %s are not identical", inst, e.instance))
context.go#L107: instance: inst,
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)